ILogCommand 介面
代表一個記錄指令。
繼承體系
System.Object
IntervalZero.KINGSTAR.Base.Class.ILogCommand
組合: IntervalZero.KINGSTAR.Base.Class (於 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0
語法
public interface ILogCommand
Public Interface ILogCommand
ILogCommand 介面陳列了以下成員。
方法
名稱 | 說明 | |
---|---|---|
![]() | Abort | 中止一個命令。 |
![]() | WaitAsync | 以非同步作業等待命令完成。 |
![]() | WaitAsync (int) | 以非同步作業等待命令完成,帶有逾時時間。 |
屬性
名稱 | 說明 | |
---|---|---|
![]() | Channels | 已被記錄的通道。 |
![]() | CurrentCycle | 已被記錄的值的數量。 |
![]() | Status | 記錄檔命令的目前狀態。 |
![]() | TotalCycles | 欲記錄的值的總數。 |
![]() | TriggerLocalTime | 第一個點被儲存的本地時間。 |
![]() | TriggerUtcTime | 第一個點被儲存的 UTC 時間。 |
參見